home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / sunrise / mmaker31.zip / MMAKER.DOC < prev    next >
Text File  |  1993-03-10  |  38KB  |  853 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                               MATCH MAKER
  15.  
  16.                                   v3.1
  17.  
  18.                                    by
  19.  
  20.                               Al Lawrence
  21.                          Sunrise Door Software
  22.  
  23.                             Sunrise-80  BBS
  24.                         (404) 256-9525  (Data)
  25.                         (404) 705-9104  (Data)
  26.                 (404) 256-9518  (VOICE, 9am-9:30pm EST)
  27.  
  28.            (c) Copyright  1993,  Al Lawrence  All RIghts Reserved
  29.  
  30.  
  31.                       TABLE  OF  CONTENTS
  32.                       -------------------
  33.  
  34.    Match Maker Highlights..........................................  1
  35.    Legalities......................................................  2
  36.    Distribution....................................................  3
  37.    Installation....................................................  4
  38.    Configuration File..............................................  5
  39.    Download Questionaire...........................................  7
  40.    Upload Answers to Questionaire..................................  8
  41.    File Transfer Protocols.........................................  9
  42.    WELCOME Text File (MMWELCOM).................................... 10
  43.    New Questions Bulletin (MMNEWQUE.TXT)........................... 11
  44.    Blackout Periods................................................ 12
  45.    TRASHCAN File................................................... 13
  46.    Plays per Day/Door Time......................................... 14
  47.    Question File Setup............................................. 15
  48.    Maintenance Program (MMAINT).................................... 17
  49.    Non-Standard Communication Ports................................ 18
  50.    Multi-Node Setup................................................ 19
  51.    Match Maker EXCHANGE............................................ 20
  52.    Registration.................................................... 21
  53.    Miscellaneous................................................... 22
  54.  
  55.                                                                        Page 1
  56.                        MATCH MAKER HIGHLIGHTS
  57.                        ----------------------
  58.  
  59.    Match Maker allows for the matching of callers with like interests
  60.    based upon answers given to questions developed by the Sysop.
  61.  
  62.    You may create up to 100 questions to be asked of each caller. You may
  63.    create a different set of questions, based upon the callers sex. All
  64.    that is required is to assign the proper filename to each set.
  65.  
  66.    You can indicate which questions you want a single choice and which you
  67.    will allow the caller to select multiple choices.
  68.  
  69.    You may create a trashcan file containing names you do not want used as an
  70.    alias or Logon Name (registered version only).
  71.  
  72.    You may limit the number of times a caller may access the door.
  73.  
  74.    You may send and receive PRIVATE messages (does not affect the normal
  75.    BBS message base).
  76.  
  77.    Message database can accomodate unlimited number of messages. (Reg Version)
  78.  
  79.    Caller database can accomodate unlimited number of users. (Reg version)
  80.  
  81.    All Caller database records contain the logon name of the caller.
  82.  
  83.    A maintainance program is supplied to be used to purge the databases and
  84.    recreate Index files. Command line parameters define the purge criteria
  85.    for Event maintenance (Registered version only). When run locally you
  86.    define the purge criteria at run time (Registered version only).
  87.    Unregistered version allows for the search and viewing of Callers records
  88.    (search may be Alias or logon name) as well as the recreation of Indexes.
  89.  
  90.    Maintenance program can clear all answers or individual questions. The Door
  91.    program will then detect this and force the caller to answer the new
  92.    question(s).
  93.  
  94.    Capable of exchanging USER and MESSAGE databases amongst any number of BBS'
  95.  
  96.    Caller can download questionaire file
  97.  
  98.    Caller can upload answers to questionaire file
  99.  
  100.  
  101.  
  102.                                                                        Page 2
  103.  
  104.  
  105.                               LEGALITIES
  106.                               __________
  107.  
  108.  
  109.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  110.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  111.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  112.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  113.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  114.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  115.       OR BREACH OF ANY WARRANTY.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.                                                                        Page 3
  122.  
  123.  
  124.                              DISTRIBUTION
  125.                              ____________
  126.  
  127.    You may make this file available for downloading from your BBS or you may
  128.    upload it to any BBS of your choice, provided that you do not make any
  129.    changes to the contents of the archive (ZIP file). The archive and its
  130.    individual contents may not be used by any service that charges any money
  131.    whatsoever, without the written permission of the author.
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.                                                                        Page 4
  141.                         INSTALLATION/LIMITATIONS
  142.                         ________________________
  143.  
  144.  
  145.    >>>>>>>> ++++ BE SURE THAT YOU HAVE SHARE.EXE LOADED!!!! ++++ <<<<<<<<
  146.  
  147.  
  148.    Installation is fairly easy and straight-forward. The following steps and
  149.    examples should have you up and running in a very short period of time.
  150.    It is assumed that you are familiar with setting up DOORS on your system.
  151.    To this end, only examples of the configuration file and Door batch file
  152.    are described.
  153.  
  154.       1) Create a directory to hold all MATCH MAKER files
  155.  
  156.       2) Unzip MMAKERxx.ZIP into the the above directory
  157.  
  158.       3) Create a configuration file, with a name of your choice, or
  159.          modify the supplied MMAKER.CFG file.
  160.  
  161.       4) Create a batch file or modify the MMAKER file supplied. A
  162.          description of this file follows:
  163.  
  164.             ECHO off
  165.             cd\PCB\DOORS\MMAKER       Location of MatchMaker files
  166.             MMAKER MMAKER.CFG         EXE filename and CFG filename (Name
  167.                                       used in creating file in #3 above)
  168.             CD\PCB
  169.         *   BOARD
  170.  
  171.                * This is for PCboard. Replace with whatever your software
  172.                  requires to return to the BBS
  173.  
  174.        5) When running in more than one node, be sure to supply a
  175.           different configuration name for each node (your choice of name).
  176.  
  177.        6) The maximum number of messages that can exist in the Message
  178.           Database is 10 in the UNREGISTERED version and unlimited in
  179.           REGISTERED version.
  180.  
  181.        7) The maximum number of users that can exist in the User Database
  182.           is 20, in the UNREGISTERED version and unlimited when REGISTERED!
  183.  
  184.        8) If running with multi-port boards add /FD to the line
  185.           containing the CFG name as follows:
  186.  
  187.                           MMAKER MMAKER.CFG /FD
  188.  
  189.  
  190.  
  191.  
  192.  
  193.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  194.          created in the directory you run the door from.
  195.  
  196.                                                                        Page 5
  197.                    CONFIGURATION FILE EXPLANATION
  198.                    ------------------------------
  199.  
  200.             **                       Location of system file (See Below)
  201.             SUNRISE-80 BBS           Your BBS Name
  202.             Al                       Sysop's First Name
  203.  
  204.             Lawrence                 Sysop's Last Name
  205.  
  206. |-----------------------------------------------------------------------------|
  207. | READ!     1                        CommPort  \ These 2 lines are required   |
  208. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  209. |-----------------------------------------------------------------------------|
  210.  
  211.             00000000                 Registration Number
  212.  
  213.         #   2                        Keyboard timeout value in Minutes
  214.  
  215.     !   #   10                       Maximum # of Games per day
  216.                                      (Sysop gets 99, Registered version ONLY)
  217.  
  218.     !   #   0                        Time allowed in Door
  219.                                      (Sysop = Time Remaining - REG. VERSION)
  220.  
  221.             1                         Message Center Functions
  222.                                       1 = allow msg to be left/read
  223.                                       0 = disable message function
  224.  
  225.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  226.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  227.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  228.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  229.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  230.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  231.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  232.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  233.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  234.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  235.  
  236.     @   #   XXXX/YYYY                 Blackout Range  From/To
  237.     @   #   XXXX/YYYY                 Blackout Range  From/To
  238.     @   #   XXXX/YYYY                 Blackout Range  From/To
  239.     @   #   XXXX/YYYY                 Blackout Range  From/To
  240.     @   #   XXXX/YYYY                 Blackout Range  From/To
  241.  
  242.         #   N                         N = Allow only 1 Alias per caller
  243.                                       Y = Allow caller more than 1 Alias
  244.  
  245.             Y                         Y = Include Sexual Orientations
  246.                                       N = Do NOT include Sexual Orientations
  247.  
  248.             N                         N = Show dates in American Format
  249.                                       Y = Show dates in European Format
  250.  
  251.         #   00000000                  MMAKER Exchange Registration Number
  252.  
  253.         #   MMAKER                    Export File(s) name generated by the
  254.                                       MMEXCH Export option (Max 6 characters).
  255.                                       We suggest that you use a part of your
  256.                                       BBS Name, up to 6 characters!
  257.  
  258.                                                                         Page 6
  259.                    CONFIGURATION FILE EXPLANATION (cont'd)
  260.                    ------------------------------
  261.  
  262.  
  263.   ** = Replace with Full DRIVE\PATH\FILENAME of ONE of the following:
  264.  
  265.       PCBOARD.SYS, DOOR.SYS, CALLINFO.BBS, USERINFO.DAT, DORINFOx.DEF
  266.       SFDOORS.DAT, CHAIN.TXT, GTUSER.BBS, TRIBBS.SYS
  267.  
  268.          For GT Power using GTUSER.BBS: must put the ComPort # on
  269.                                         line 5 and the Node # on
  270.                                         line 6 of the configuration file
  271.  
  272.            # = Requires registration to change to a different value.
  273.            ! = See "Plays Per Day" Below
  274.            @ = See "Blackout Periods" Below
  275.  
  276.                NOTE: There are NO Blank Lines in the Config File!!
  277.  
  278.  
  279.                                                                        Page 7
  280.                       DOWNLOAD QUESTIONS to QUESTIONAIRE
  281.                       ----------------------------------
  282.      Callers will be given the option of downloading the questionaire and
  283.      replying to it offline. MatchMaker will format the questionaire file to
  284.      make it easier for the caller to read. The reformatting takes place in
  285.      one of 2 ways:
  286.  
  287.          (a) If you change/add/delete questions then the maintenance program
  288.              (MMAINT) will do it automatically once you have chosen option #6
  289.              to signal a change to the MatchMaker Door.
  290.  
  291.          (b) If you choose option #7
  292.  
  293.      After either of the 2 options are exercised, the files will be placed in
  294.      the MatchMakewr directory: MMQUESTM.DLM and MMQUESTF.DLF (one for the Male
  295.      questionaire and one for the Female questionaire)
  296.  
  297.      NOTE: A file called MMDLTEXT is supplied with sample verbage that will be
  298.            included at the beginning of ALL downloadable question files. We
  299.            suggest that you review it to make any changes you feel would be
  300.            appropraite. At a minimum you would want to add your BBS name.
  301.  
  302.  
  303.  
  304.  
  305.                                                                        Page 8
  306.                        UPLOAD ANSWERS to QUESTIONAIRE
  307.                        ------------------------------
  308.  
  309.       Callers are given the option of UPLOADING the answers to the questionaire
  310.       directly to the MatchMaker Door. Typically they would download the
  311.       questionaire and then CREATE a SEPARATE and UNIQULEY NAMED ASCII file
  312.       with the replies for each question on a spearate line. The replies MUST
  313.       be in ASCII format, NOT Zipped, and have replies for each question on a
  314.       separate line. If user is responding to a question with more than one (1)
  315.       choice, then the choices MUST be written as:   ABCD   No punctuation of
  316.       any sort!
  317.  
  318.  
  319.  
  320.  
  321.                                                                        Page 9
  322.                    UPLOAD/DOWNLOAD FILE TRANSFER PROTOCOLS
  323.                    ---------------------------------------
  324.  
  325.       The MatchMaker externalizes all file transfer protocols used for Uploading
  326.       and Downloading of the MatchMaker questionaire/answers. This allows the
  327.       Sysop to define the file transfer protocols they wish to support.
  328.  
  329.       A file called PROTOCOL.DAT is supplied with protocols already defined,
  330.       which you may alter at any time. Each entry in the PROTOCOL.DAT file
  331.       consists of the description that will be displayed to the caller on the
  332.       Protocol Menu and the 'high level' name of the protocol's batch files.
  333.  
  334.                Example:  ZModem   Upload or Download, ZPROT
  335.  
  336.       The information to the left of the comma is the description. MatchMaker
  337.       requires that you have 2 batch files in the MatchMaker directory to handle
  338.       the uploading and downloading. In the above example ZPROT is the 'high
  339.       level' portion of the 2 batch file names required for ZMODEM. Your
  340.       MatchMaker directory should contain ZPROTR.BAT (the R is for uploading)
  341.       and ZPROTS.BAT (the S is for downloading). The R and S suffixes MUST be
  342.       present as that is what the MatchMaker will be looking for in the
  343.       MatchMaker directory!
  344.  
  345.       Each protocol batch file MUST contain 2 batch file variables as follows:
  346.  
  347.       %1 = MatchMaker will use this variable to substitute the current ComPort
  348.       %2 = MatchMaker will use this variable to substitute the file name
  349.  
  350.       IMPORTANT! Place the variable (%1 and %2) ONLY in the EXACT location that
  351.                  your protocol requires them, in the protocol command line. Do
  352.                  NOT supply the ComPort or FileName, JUST the %1 and %2
  353.                  variables themselves (%1 and %2)!
  354.  
  355.       See example batch files supplied with the MatchMaker. They are the ones
  356.       being used on the Sunrise-80 BBS.
  357.  
  358.  
  359.  
  360.                                                                        Page 10
  361.                          WELCOME Text File (MMWELCOM)
  362.                          ____________________________
  363.  
  364.       To allow you complete flexibility in the way in which you can welcome
  365.       your callers to the MatchMaker Door, you would use a Text editor to
  366.       create a freeform file called MMWELCOM. See sample file included in
  367.       this ZIP file.
  368.  
  369.  
  370.  
  371.  
  372.  
  373.                                                                        Page 11
  374.                      New Questions Bulletin (MMNEWQUE.TXT)
  375.                      _____________________________________
  376.  
  377.       This file is displayed when the Sysop has chosen to clear the current set
  378.       of questions or add more questions or change individual questions. You
  379.       would use the CHANGE QUESTIONS option in the Maintenance program to
  380.       signal the change to the MatchMaker Door and therefore  force the callers
  381.       to re-answer the new set (or individual questions). You can use the
  382.       default file supplied or create your own. The file name must be
  383.       called MMNEWQUE.TXT !
  384.  
  385.  
  386.  
  387.                                                                        Page 12
  388.                                BLACKOUT PERIODS
  389.                                ________________
  390.  
  391.       Use the Blackout ranges option to define up to 5 time periods during
  392.       which you DO NOT want the Door to be played. If a caller tries to access
  393.       the Door during the Blackout period, they will be shown a message that
  394.       contains ALL the Blackout periods you have defined, and to try the Door
  395.       at a later time.
  396.  
  397.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  398.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  399.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  400.  
  401.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  402.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  403.                    a Blackout range.
  404.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  405.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  406.  
  407.  
  408.  
  409.                                                                        Page 13
  410.                               TRASHCAN FILE
  411.                               _____________
  412.  
  413.       This is a text file you must create (if you wish to use one), with
  414.       a file name of MMTCAN.DAT and it must reside in the Door directory.
  415.  
  416.       This file is used if you want to block the use of "offensive" alias'
  417.       or Logon Names, callers may choose to use. Each name (up to a maximum
  418.       of 10 characters must appear on a separate line within the text file.
  419.  
  420.       This file is also used to check the body of any messages left by
  421.       callers for words you have in this file. All occurances of the word(s)
  422.       will be replaced with a string of asteriks.
  423.  
  424.       NOTE: The name or word must match EXACTLY !!!
  425.  
  426.       This file is valid only with registered versions of the Door
  427.  
  428.  
  429.  
  430.                                                                        Page 14
  431.                           PLAYS Per DAY/DOOR Time
  432.                           _______________________
  433.  
  434.       Plays Per Day and Door Time can be controlled several ways:
  435.  
  436.       (1) You can use the Games Per Day, singular option, in the config
  437.           file above. This option, will affect ALL callers whose Security
  438.           Level is NOT defined in any of the 10 optional Security Level/
  439.           Plays Per Day entries in the config file.
  440.  
  441.       (2) You can use the Door Time, singular option, in the config file
  442.           above. This option, will affect ALL callers whose Security
  443.           Level is NOT defined in any of the 10 optional Security Level/
  444.           Plays Per Day/Door Time entries in the config file.
  445.  
  446.       (3) You can restrict the number of games a specific Security Level
  447.           will be allowed to play per day or REWARD specific Levels with
  448.           more Plays Per Day.
  449.  
  450.           Likewise, you can restrict the Play time for a specific Security
  451.           Level or REWARD specific Levels with more Door Time.
  452.  
  453.           These options are handled by the use of the 10 config
  454.           entries (000=00/00).
  455.  
  456.           The format of each entry is as follows:
  457.  
  458.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  459.                      where =  is a constant and MUST be included
  460.                      where YY is the # of games per day (must be 2 digits)
  461.                      where / is a constant and MUST be included
  462.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  463.  
  464.           If the callers Security Level is NOT defined, his/her Plays Per
  465.           Day and Door Time will be controlled by the values in items
  466.           (1) and (2), above, respectively..
  467.  
  468.           You may define up to 10 Security Levels. All unused entries must
  469.           be defined as   000=00/00
  470.         --------------------------------------------------------------------
  471.           Example: Suppose you had 3 Security Levels defined on your BBS as
  472.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you
  473.           wanted to set Plays Per Day as :     Subscriber=5
  474.                                            Visiting Sysop=2
  475.                                                   CoSysop=3
  476.                                                    Friend=10
  477.  
  478.           and Door Time as follows:     Subscriber=30 minutes
  479.                                     Visiting Sysop=20 minutes
  480.                                            CoSysop=10 minutes
  481.                                             Friend=remaining call time
  482.  
  483.           You would set the Individual "Games per Day" config entry to 1 and
  484.           the individual "Door Time" to 5 minutes (these would be the
  485.           default number of games and default Time for all Security Levels
  486.           other than 20,30 or 40... make them any number you want). Next you
  487.           would replace 4 of the Security Level entries as :  020=05/30
  488.                                                               030=02/20
  489.                                                               040=03/10
  490.                                                               090=10/0
  491.  
  492.                                                                        Page 15
  493.                            QUESTION FILE(S) SETUP
  494.                            ______________________
  495.  
  496.         MatchMaker has the ability to use 2 question files, one for Male
  497.         and one for Female. The Male question file must be named MMQUESTM.QUE
  498.         and the Female question file must be named MMQUESTF.QUE. The Male
  499.         file is REQUIRED to be present and the Female file is OPTIONAL. If you
  500.         do NOT want separate question files, DO NOT create the MMQUESTF.QUE
  501.         file. If you do use both, bear in mind that the questions should be
  502.         essentially the same, but may be "slanted" to either sex. You will
  503.         not get many matches if you use entirely different questions and
  504.         answers. A sample MMQUESTM.QUE file is included to get you started.
  505.  
  506.         NOTE: MMQUESTF.QUE is only recognized in the REGISTERED version !!
  507.  
  508.         **You can force existing users to re-answer the questions by using the
  509.           option on the MMAINT menu (you MUST use the NON-event option to run
  510.           MMAINT).
  511.  
  512.         You  may have up to 100 questions.
  513.  
  514.         Each question can be up to 2 lines
  515.  
  516.         Each question can have up to 14 answers.
  517.  
  518.  
  519.  
  520.  
  521.        The following is an explanation of how to set up this file:
  522.  
  523.         38                         <number of questions in this file
  524.         1                          <number of lines in the 1st question
  525.         10                         <number of answers
  526.         S                          <accept single choice, M=multiple choices
  527.         How old are you?           <question line 1
  528.         Less than 18 years old     <answer A
  529.         18 - 20 years old          <answer B
  530.         21 - 25 years old          <answer C
  531.         26 - 28 years old          <answer D
  532.         29 - 32 years old          <answer E
  533.         33 - 38 years old          <answer F
  534.         39 - 43 years old          <answer G
  535.         44 - 49 years old          <answer H
  536.         50 - 60 years old          <answer I
  537.         Over 60 years old          <answer J
  538.         2                          <number of lines in the last question
  539.         3                          <number of answers
  540.         M                          <accept multiple choices, S=single choice
  541.         "Now honestly, did you tell the whole truth on the"
  542.         "questionnaire, and nothing but the truth so help you God?"
  543.         "Yes, I told the whole truth"
  544.         A few lies never hurt anyone
  545.         I told mostly the truth
  546.  
  547.  
  548.                                                                        Page 16
  549.         In  the  above  example  the first line is the  total  number  of
  550.         questions contained in the file.
  551.  
  552.         Line 2 is the number of lines in the first question.
  553.  
  554.         Line 3 is the number of answers listed for the question.
  555.  
  556.         Line 4 is: S to restrict caller to a SINGLE choice OR
  557.                    M to allow caller to select MULTIPLE choices
  558.  
  559.         Line 5 is the first question in the file.
  560.  
  561.         Lines 6 to 14 are the answers for the first question
  562.  
  563.         The last 7 lines break down as follows:
  564.  
  565.         Line 1 states that this question has two lines.
  566.  
  567.         Line 2 states that there are 3 answers listed
  568.  
  569.         Line 3 is the first line of the question.
  570.  
  571.         Line 4 is the second line of the question.
  572.  
  573.         Line 5 is the first answer.
  574.  
  575.         Line 6 is the second answer.
  576.  
  577.         Line 7 the third and last answer.
  578.  
  579.         A  line,  whether a question or an answer,  must be  enclosed  in
  580.         quotation  marks  (") if the line contains any punctuation  other
  581.         then a '?'. (see example files)
  582.  
  583.         The shorter the question the better.  One liners are the
  584.         best, two liners ok, but three or more becomes tedious.
  585.  
  586.         There are two questions you need not worry about including in the
  587.         file. These are:
  588.  
  589.                          What is your Sex
  590.                          What is your current age
  591.  
  592.         Since  the program must have these to work correctly,  they are
  593.         asked when you first log on.
  594.  
  595.  
  596.  
  597.  
  598.                                                                        Page 17
  599.               MATCHMAKER MAINTENANCE PROGRAM (MMAINT)
  600.               _______________________________________
  601.  
  602.       The Caller Database and Message Database, that MatchMaker utilizes,
  603.       must be purged periodically. The Caller database can hold an unlimited
  604.       number of callers, and the Message database can hold an unlimited
  605.       number of messages.
  606.  
  607.       After a message is read, it is marked for deletion, but not physically
  608.       deleted from the database. The maintenance program (MMAINT), when run,
  609.       will remove all messages marked for deletion, as well as those messages
  610.       that have been on the system longer than the number of days specified on
  611.       the command line, for Events, or requested when run manually.
  612.  
  613.       There are 2 ways to remove a caller from the Callers database. You can
  614.       delete it manually, after searching for & viewing the record or
  615.       automatically if the door has not been accessed in the number of days
  616.       specified on the command line, for Events or requested when run manually.
  617.  
  618.       The command line required to run MMAINT as an EVENT is as follows:
  619.  
  620.               MMAINT /vvvvvvv.CFG /MDAYS:yy /CDAYS:zzz
  621.  
  622.       The command line required to run MMAINT MANUALLY is as follows:
  623.  
  624.                      MMAINT /vvvvvvv.CFG
  625.  
  626.           vvvvvvv.CFG  =  MatchMaker Configuration FIle
  627.                   yyy  =  Delete message if message is older than yyy days.
  628.                   zzz  =  Delete User if MMAKER not accessed in zzz days.
  629.  
  630.       As you can see, you can run MMAINT in your nightly event and/or manually.
  631.       Just adjust the command line, accordingly.
  632.  
  633.       Special Note: The only option available to Non=Registered users is the
  634.                     option to search/view a caller's record. All other require
  635.                     you to run a registered copy of MatchMaker.
  636.  
  637.  
  638.  
  639.                                                                        Page 18
  640.                         NON-STANDARD COM SUPPORT
  641.                         ________________________
  642.  
  643.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  644.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  645.       number after the configuration filename. Let's assume your Door is
  646.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  647.       passed to your Door would be:
  648.  
  649.                             FOOBAR FOOBAR.CFG /5
  650.  
  651.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  652.       normally used with COM1. No /x parameter is needed for the standard
  653.       IRQ's.
  654.  
  655.       As an alternative, you may use an environmental variable on the command
  656.       line. To use the variable (following the example above), place a
  657.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  658.       different IRQ number for each node). The command line would now look
  659.       like this:
  660.  
  661.                           FOOBAR FOOBAR.CFG /%IRQ%
  662.  
  663.       This, in combination with the use of the environmental variables
  664.       described in the MULTI-NODE SETUP section will allow you to use one
  665.       batch file and one config file to run this door on all nodes.
  666.  
  667.  
  668.  
  669.  
  670.                                                                        Page 19
  671.                            MULTI-NODE SETUP
  672.                            ________________
  673.  
  674.       All Sunrise Doors are Multi-Node capable. Each node must have the
  675.       ability to access a configuration file which will have its own system
  676.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  677.       line. There are 2 ways to accomplish this:
  678.  
  679.       (1) Create a separate configuration file for each node. The only
  680.           difference between each file would be the location of the system
  681.           file for that particular node. For example, on my system there are 2
  682.           nodes and the first line of the config files would look like this:
  683.  
  684.                         NODE1:  H:\PCB1\DOOR.SYS
  685.                         NODE2:  H:\PCB2\DOOR.SYS
  686.  
  687.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  688.  
  689.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  690.           the following PCBoard environmental variables:
  691.  
  692.                  PCBDIR    (Directory containing the System file)
  693.                  PCBDRIVE  (Drive containing the System file)
  694.  
  695.           Thus, the first line of the SINGLE configuration file, for this Door
  696.           would look like this:
  697.  
  698.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  699.  
  700.       NOTE: This option, as described, assumes that you are running PCBoard
  701.             14.5a software. The environmental variables are automatically
  702.             created by the software for each node.
  703.  
  704.             HOWEVER, if you are running other BBS software you should be able
  705.             to set the variables EXACTLY as described below, for EACH node
  706.             (more than likely in each batch file you use to bring up EACH node):
  707.  
  708.                             PCBDRIVE=C:
  709.                             ^^^^^^^^^
  710.                             PCBDIR=\NODE2
  711.                             ^^^^^^^^
  712.  
  713.             Info with a carat (^) under it, MUST be typed as is. The rest
  714.             depends on your naming conventions.
  715.  
  716.             This, in combination with the use of the optional environmental
  717.             variable described in the NON-STANDARD COM SUPPORT section, will
  718.             allow you to use one batch file and one config file to run this
  719.             door on all nodes.
  720.  
  721.  
  722.  
  723.                                                                        Page 20
  724.                            DATABASE EXCHANGE
  725.                            _________________
  726.  
  727.    ** SHARE MATCH MAKER USERS/MESSAGE DATABASES BETWEEN 2 OR MORE BBS' **
  728.       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  729.  
  730.       The optional Match Maker Database Exchange feature will allow you
  731.       to participate in the exchange of Match Maker Users and Message
  732.       databases with other BBS' (Any number of BBS' can participate). The
  733.       exchange program (MMEXCH) comes included in the MMAKERxx.ZIP file.
  734.  
  735.  
  736.       MMEXCH performs three (3) major functions:
  737.  
  738.  
  739.      (1) EXPORT:  Extracts all active users and messages from the Match
  740.                   Maker database. It creates 2 files named XXXXXXXX.UXP and
  741.                   XXXXXXXX.MXP (XXXXXXXX is defined in the CFG file) and will
  742.                   bypass any USER or MESSAGE already flagged for deletion.
  743.  
  744.      (2) IMPORT:  Imports the XXXXXXXX.UXP and XXXXXXXX.MXP (XXXXXXXX is
  745.                   defined in the CFG file) created by the EXPORT option and
  746.                   merges all USERS and MESSAGES into the Match Maker database.
  747.                   It will not import any USERS or MESSAGES that duplicates
  748.                   USERS or MESSAGES found in the existing database. Note that
  749.                   this option will IMPORT ALL files with an extension of UXP
  750.                   or MXP, during a single execution of the program.
  751.  
  752.      (3) IMPEXP:  This option will first IMPORT (as in (2) above) then turn
  753.                   around and EXPORT (as in (1) above) during one execution
  754.                   of the program.
  755.  
  756.       NOTE: If you want to extract all entries in the database, use the ALL
  757.             option on the command line or use NEW to only extract new entries.
  758.  
  759.      All BBS' involved in the exchange MUST run registered versions of BOTH
  760.      Match Maker and Match Maker Exchange (MMEXCH). MMEXCH will only work
  761.      with version 3.1 of Match Maker and later!
  762.  
  763.      It is critical that ALL participants in the exchange use the SAME
  764.      QUESTION files (Male and Female versions). Failure to do so will result
  765.      in incorrect matching and possible Door malfunctions!
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.                          ( CONTINUED on NEXT PAGE )
  775.  
  776.  
  777.  
  778.                                                                         Page 21
  779.     To run the Exchange you do the following:
  780.  
  781.  
  782.     EXPORT:   a) Change to the directory containing your MMAKER files
  783.               b) Issue this command:  MMEXCH EXPORT MMAKER.CFG ALL
  784.                  If you use a different name for your Config file, then
  785.                  substitute that name for MMAKER.CFG
  786.               c) Send (transmit) the XXXXXXXX.UXP and XXXXXXXX.MXP files to
  787.                  those involved in the exchange or to the HUB.
  788.               d) Delete XXXXXXXX.UXP and XXXXXXXX.MXP
  789.  
  790.  
  791.      IMPORT:  a) Change to the directory containing your MMAKER files
  792.               b) Copy the XXXXXXXX.UXP and XXXXXXXX.MXP files that was sent
  793.                  to you by the BBS you are exchanging with, to the directory
  794.                  used in item (a) above.
  795.               c) Issue the command:   MMEXCH IMPORT MMAKER.CFG ALL
  796.                  If you use a different name for your Config file, then
  797.                  substitute that name for MMAKER.CFG
  798.               d) Delete XXXXXXXX.UXP and XXXXXXXX.MXP
  799.  
  800.  
  801.      IMPEXP:  a) Change to the directory containing your MMAKER files
  802.               b) Copy the XXXXXXXX.UXP and XXXXXXXX.MXP files that were sent
  803.                  to you by the BBS you are exchanging with, to the directory
  804.                  used in a)
  805.               c) Issue the command:   MMEXCH IMPEXP MMAKER.CFG ALL
  806.                  If you use a different name for your Config file, then
  807.                  substitute that name for MMAKER.CFG
  808.               d) Send (transmit) the XXXXXXXX.UXP and XXXXXXXX.MXP files to
  809.                  those involved in the exchange or to the HUB.
  810.  
  811.  
  812.    NOTE: When registering MMEXCH, you MUST use the EXACT SAME Sysop Name
  813.          AND BBS NAME as used for MATCH MAKER!!!!!!!!!!!!!!!!!!!!!!!!!
  814.  
  815.  
  816.  
  817.  
  818.                                                                        Page 22
  819.                              REGISTRATION
  820.                              ____________
  821.  
  822.    Registration and the subsequent insertion of the registration number into
  823.    your configuation file, allows for the display of your BBS name on the
  824.    opening and closing screen as well as the reduction of a delay built into
  825.    the opening screen display along with the ability to change certain
  826.    values in the configuration file. In addition it will activate certain
  827.    options in the maintenance program.
  828.  
  829.    To register your copy of MatchMaker, please fill out the registration
  830.    form (REGISTER.FRM) and mail it along with the registration fee to
  831.    the name and address on the form.
  832.  
  833.    Be sure to use the proper upper/lower case when filling in your name and
  834.    BBS name, as they MUST match the way you entered them in the configuration
  835.    file.             ^^^^
  836.  
  837.    Based upon information supplied on the registration form, I will pre-
  838.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  839.    up your registration number.
  840.  
  841.  
  842.  
  843.                                                                        Page 23
  844.                                  MISC
  845.                                  ____
  846.  
  847.    The latest version of MATCH MAKER and other fine SUNRISE DOOR programs
  848.    are always available for download from SUNRISE-80 BBS.
  849.  
  850.    Remember, should you have any problems, questions or suggestions, be sure
  851.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors,
  852.    PCBHints, SYSops) or on SMARTNET (SN_Sysops).
  853.